home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_game / jumble15.zip / JUMBLE.TXT < prev   
Text File  |  1996-05-24  |  3KB  |  82 lines

  1. THE GAME OF WORD JUMBLE (c) (vers. 1.5)
  2. J. Munoz
  3. 75564,2721
  4.  
  5. JUMBLE:
  6. The Jumble word game is very simple.  The player is presented with a word whose letters
  7. are "jumbled" up.  The object of the game is to "simply" correctly unscramble the
  8. letters to obtain the original word.
  9.  
  10. For example, the player might be presented with the followed jumbled text:
  11.  
  12. tca
  13.  
  14. A good guess might be the word "cat"... and you'd be correct!  Here's another word:
  15.  
  16. lefi
  17.  
  18. Give up?... the word is "life".  Be careful, there are combinations of letters that do spell more
  19. than one legitimate word, but only one of those words is valid when the scrambled letters are
  20. presented.  For example, the following letters:
  21.  
  22. alpm
  23.  
  24. could represent the word "palm" or the word "lamp".  While they are each legitimate words,
  25. only one of the words would be found to be correct by the game at that instant.
  26.  
  27. PLAYING THE GAME:
  28. Simply use the mouse to select "Word" under the Game menu item.  A scrambled up set of
  29. letters will be presented in a dialog box.  You may then enter your guess into the edit box 
  30. presented and then either hit the OK button or press Enter at your keyboard.  If you give up...
  31. then click on the "Give Up" box (click OK or press Enter)... the unscambled word will then be
  32. displayed to you (no cheating allowed). 
  33.  
  34. To select a new word or if you do not wish to guess, then click on the Cancel button. 
  35. To exit from the game, select Exit from the Game menu item.
  36.  
  37. INSTALLING THE GAME:
  38. The zip file should contain the following files:
  39.  
  40. jumble.exe    This is the JUMBLE game executable
  41. dict        Contains the list of words from which JUMBLE selects words to be scrambled
  42. bc40rtl.dll        Required dynamic link libs        
  43. bwcc.dll
  44. jumble.txt        This text
  45.  
  46. The two dll files (bc40rtl and bwcc) should be copied to the windows\system directory.
  47. The JUMBLE executable (jumble.exe) and the word list (dict) should be copied to any directory
  48. of your choice (but both should be in the same directory).  To play the game, simply 
  49. double-click on the jumble.exe file... or drag & drop the executable into the program group of 
  50. your choice. 
  51.  
  52. That's it!!
  53.  
  54. Enjoy.... this is freeware, have FUN!
  55.  
  56. J. Munoz
  57.  
  58. Note: Beware!  The number of possible guesses grows factorially with the number of letters
  59. in the word.  This means that while a 3 letter word has only 6 possible combinations (3x2x1=6):
  60.  
  61. Example:
  62. cta
  63. cat
  64. tac
  65. tca
  66. atc
  67. act
  68.  
  69. A four letter word has 24 possible combinations... a 5 letter word has 120 combinations, and a
  70. 6 letter word has 720 combinations!   So, I'm sure you want to know how many combinations
  71. for a 10 letter word, such as "government" ..... 3,628,800!!!  Assuming each guess takes about
  72. 5 secs, this would represent around 1 year and 8 months working at it for 8 hours/day!
  73.  
  74. So, just wild guesses could take a rather long time!!
  75.  
  76. Error Log:
  77. Vers. 1.5 corrected/changed the following from version 1.0:
  78. a. Made call to BWCCRegister() for Borland controls
  79. b. Automatically selected a new word if a correct word was inserted.
  80. c. Kept a count of the number of guesses.
  81.  
  82.